- line buffered stream
- поток с буферизацией строки
Англо-русский словарь по вычислительной технике и информационным технологиям - 4-е изд.. Сергей Орлов .
Англо-русский словарь по вычислительной технике и информационным технологиям - 4-е изд.. Сергей Орлов .
C file input/output — C Standard Library Data types Character classification Strings Mathematics File input/output Date/time Localiza … Wikipedia
Stdio.h — Saltar a navegación, búsqueda stdio.h, que significa standard input output header (cabecera estandar E/S), es la biblioteca estándar del lenguaje de programación C, el archivo de cabecera que contiene las definiciones de macros, las constantes,… … Wikipedia Español
stdio.h — stdio.h, que significa standard input output header (cabecera estandar E/S), es la biblioteca estándar del lenguaje de programación C, el archivo de cabecera que contiene las definiciones de macros, las constantes, las declaraciones de funciones… … Wikipedia Español
Setvbuf — is a function in standard C which lets the programmer control the buffering of a file stream. It is declared in ; its function prototype is:int setvbuf(FILE *stream, char *buf, int mode, size t size); stream is a pointer to the file stream for… … Wikipedia
Standard streams — In Unix and Unix like operating systems, as well as certain programming language interfaces, the standard streams are preconnected input and output channels between a computer program and its environment (typically a text terminal) when it begins … Wikipedia
Stdio.h — Стандартная библиотека языка программирования С assert.h complex.h ctype.h errno.h fenv.h float.h inttypes.h iso646.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stdbool.h stddef.h stdint.h stdio.h stdlib.h … Википедия
stdio.h — Стандартная библиотека языка программирования С assert.h complex.h ctype.h errno.h fenv.h float.h inttypes.h iso646.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stdbool.h stddef.h … Википедия
grep — GNU grep Разработчик Проект GNU Операционная система Linux, Mac OS, Solaris и Windows Языки интерфейса Английский и другие Аппаратная платформа IA 32, x86 64, PowerPC и другие … Википедия
Pipeline (computing) — In computing, a pipeline is a set of data processing elements connected in series, so that the output of one element is the input of the next one. The elements of a pipeline are often executed in parallel or in time sliced fashion; in that case,… … Wikipedia
EIA-708 — is the standard for closed captioning for ATSC digital television streams in the United States and Canada. It was developed by the Electronic Industries Alliance.Unlike most DVB captions, EIA 708 captions are textual like traditional Line 21… … Wikipedia
Fflush — is a C function belonging to the ANSI C standard library, and included in the file stdio.h. Its purpose is to write any buffered output data for the specified stream. Function prototype :int fflush(FILE *stream pointer );Argument meaning: *… … Wikipedia